This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Fred Xanjumimarakoi 16.Jan.04 07:48 PM a Web browser Domino Designer6.0.3All Platforms
I have an editable multi-value field that I would like to somehow convert to a select/options/array object in JavaScript.
Here is what I am trying to do:
The user selects a value from a listbox on the web. I grab that value with no problem. I can grab the selectedIndex property also.
I then want to take the selectedIndex of that listbox and find the same selectedIndex in the multi-value field. However, I need to convert to a select/options/array object. This is to be done if this field has one entry to many entries.